home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’93
/
Inside Mac Movie Toolbox Code
/
mtb13.c
< prev
next >
Wrap
Text File
|
1992-10-22
|
220b
|
11 lines
// Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
#include "mtb.h"
void DoUpdate (WindowPtr theWindow, Movie theMovie)
{
BeginUpdate (theWindow);
UpdateMovie (theMovie);
EndUpdate (theWindow);
}